home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / sysctrlnt._xe / 0 / RCDATA / TFORM9 / TFORM9.txt
Encoding:
Text File  |  1999-11-15  |  1.6 KB  |  86 lines

  1. object Form9: TForm9
  2.   Left = 2182
  3.   Top = 210
  4.   BorderStyle = bsNone
  5.   Caption = 'Desktop'
  6.   ClientHeight = 453
  7.   ClientWidth = 632
  8.   Color = clBackground
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 632
  22.     Height = 453
  23.     Align = alClient
  24.     AutoSize = True
  25.     Center = True
  26.   end
  27.   object Image2: TImage
  28.     Left = 400
  29.     Top = 64
  30.     Width = 105
  31.     Height = 105
  32.   end
  33.   object Label1: TLabel
  34.     Left = 21
  35.     Top = 440
  36.     Width = 349
  37.     Height = 13
  38.     Caption = 
  39.       'Attention: Press ALT-TAB to switch between applications that are' +
  40.       ' running.'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWhite
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object ListView1: TListView
  49.     Left = 1492
  50.     Top = 160
  51.     Width = 250
  52.     Height = 150
  53.     Columns = <
  54.       item
  55.         Caption = 'Dummy Files'
  56.         Width = 250
  57.       end>
  58.     TabOrder = 0
  59.     ViewStyle = vsReport
  60.   end
  61.   object Button1: TButton
  62.     Left = 520
  63.     Top = 428
  64.     Width = 105
  65.     Height = 23
  66.     Caption = 'Shut Down'
  67.     TabOrder = 1
  68.     Visible = False
  69.     OnClick = Button1Click
  70.   end
  71.   object Button2: TButton
  72.     Left = 400
  73.     Top = 428
  74.     Width = 107
  75.     Height = 23
  76.     Caption = 'Log Off/Restart'
  77.     TabOrder = 2
  78.     Visible = False
  79.     OnClick = Button2Click
  80.   end
  81.   object WinReboot1: TWinReboot
  82.     Left = 248
  83.     Top = 32
  84.   end
  85. end
  86.